Controller Settings

Table Name: GXT_CONTROLLERSETTINGS_TBL

Detail

Request details for the controller settings.

  • Request:

    Copy
    http://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Request&Type=Detail&SubType=GXT_CONTROLLERSETTINGS_TBL

    It is not necessary to use the RecId parameter for controller settings.

  • Response:

    Copy
    SERIALNUMBER=C23E81A4&GX_WEB_PORT=80&GX_DHCP_ENABLED=0&GX_THIS_IP=0.0.0.0&GX_SUBNET=0.0.0.0&GX_GATEWAY=0.0.0.0&GX_EVENT_SERVER_1_IP=192.168.1.1&GX_EVENT_SERVER_2_IP=0.0.0.0&GX_EVENT_SERVER_3_IP=0.0.0.0&GX_DOWNLOAD_PORT=21000&GX_CONTROL_PORT=21001&GX_EVENT_PORT=22000&GX_EVENT_ADAPTORS_1=0&GX_EVENT_ADAPTORS_2=0&GX_EVENT_ADAPTORS_3=0&GX_EVENT_ADAPTORS_FALLBACK=15&GX_3G_FIREWALL=1&GX_WEB_PORT_OPTIONS=0&GX_CABLE_DDNS_HOSTNAME=x&GX_3G_DEBUG=1&GX_3G_WATCHDOG=1&GX_3G_APN=TESTING&GX_3G_USERNAME=TESTING2&GX_3G_PASSWORD=*************&GX_SECURE_WEB_ENABLE=1&GX_HTTPS_PORT=443&GX_DNS_SERVER=0.0.0.0&GX_EVENT_PRIMARY_ADAPTOR_1=0&GX_EVENT_SECONDARY_ADAPTOR_1=2147483647&GX_EVENT_PRIMARY_ADAPTOR_2=0&GX_EVENT_SECONDARY_ADAPTOR_2=2147483647&GX_EVENT_PRIMARY_ADAPTOR_3=0&GX_EVENT_SECONDARY_ADAPTOR_3=2147483647&NIC1_TYPE=0&NIC1_ENABLE=1&NIC1_DHCP_ENABLE=0&NIC1_IP=192.168.1.2&NIC1_SUBNET=255.255.255.0&NIC1_GATEWAY=192.168.1.254&NIC1_DNS=192.168.1.254&NIC1_DDNS_ENABLE=1&NIC1_DDNS_SERVER=helloworld.org&NIC1_DDNS_USERNAME=admin&NIC1_DDNS_PASSWORD=**********&NIC1_DDNS_HOSTNAME=GXCtrlLAN.ddns.net&NIC1_FIREWALL_ENABLE=1&NIC1_FIREWALL_OPTIONS=1&NIC2_TYPE=1&NIC2_ENABLE=1&NIC2_DHCP_ENABLE=0&NIC2_IP=0.0.0.0&NIC2_SUBNET=0.0.0.0&NIC2_GATEWAY=0.0.0.0&NIC2_DNS=0.0.0.0&NIC2_DDNS_ENABLE=0&NIC2_DDNS_SERVER=&NIC2_DDNS_USERNAME=&NIC2_DDNS_PASSWORD=**********&NIC2_DDNS_HOSTNAME=&NIC2_FIREWALL_ENABLE=1&NIC2_FIREWALL_OPTIONS=0&NIC3_TYPE=1&NIC3_ENABLE=0&NIC3_DHCP_ENABLE=0&NIC3_IP=0.0.0.0&NIC3_SUBNET=0.0.0.0&NIC3_GATEWAY=0.0.0.0&NIC3_DNS=0.0.0.0&NIC3_DDNS_ENABLE=0&NIC3_DDNS_SERVER=&NIC3_DDNS_USERNAME=&NIC3_DDNS_PASSWORD=**********&NIC3_DDNS_HOSTNAME=&NIC3_FIREWALL_ENABLE=1&NIC3_FIREWALL_OPTIONS=0

Update

Update the controller settings.

  • Request:

    Copy
    http://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Submit&SubType=GXT_CONTROLLERSETTINGS_TBL&GX_WEB_PORT=80&GX_HTTPS_PORT=443&NIC1_IP=192.168.1.3

    It is not necessary to use an ID parameter for controller settings. However, submit commands will not be accepted unless they include valid settings for both GX_WEB_PORT (HTTP port) and GX_HTTPS_PORT (HTTPS port).

  • Response:

    Copy
    OK

Most controller settings require a controller restart to update (see Restart the Controller).

Create

It is not possible to create a controller settings record.

Delete

It is not possible to delete a controller settings record.

Parameters

Parameter

Display Name

Default Value

Notes

SERIALNUMBER

Serial Number

 

Cannot be changed.

GX_WEB_PORT

HTTP Port

80

The port to access the Controller

GX_DHCP_ENABLED

 

0

This is a legacy option that has no effect.

GX_THIS_IP

 

0.0.0.0

This is a legacy option that has no effect.

GX_SUBNET

 

0.0.0.0

This is a legacy option that has no effect.

GX_GATEWAY

 

0.0.0.0

This is a legacy option that has no effect.

GX_EVENT_SERVER_1_IP

 

192.168.1.1

This option is not used.

GX_EVENT_SERVER_2_IP

 

0.0.0.0

This option is not used.

GX_EVENT_SERVER_3_IP

 

0.0.0.0

This option is not used.

GX_DOWNLOAD_PORT

 

21000

This option is not used.

GX_CONTROL_PORT

 

21001

This option is not used.

GX_EVENT_PORT

 

22000

This option is not used.

GX_EVENT_ADAPTORS_1

 

0

This option is not used.

GX_EVENT_ADAPTORS_2

 

0

This option is not used.

GX_EVENT_ADAPTORS_3

 

0

This option is not used.

GX_EVENT_ADAPTORS_FALLBACK

 

15

This option is not used.

GX_3G_FIREWALL

 

1

This is a legacy option that has no effect.

GX_WEB_PORT_OPTIONS

 

0

This is a legacy option that has no effect.

GX_CABLE_DDNS_HOSTNAME

 

x

This is a legacy option that has no effect.

GX_3G_DEBUG

Enable Debug

0

 

GX_3G_WATCHDOG

Enable Watchdog

0

 

GX_3G_APN

Cellular APN

internet

 

GX_3G_USERNAME

Cellular Username

admin

 

GX_3G_PASSWORD

Cellular Password

admin

 

GX_SECURE_WEB_ENABLE

Use HTTPS

0

Set this option to 1 to enable HTTPS. You will need to install an HTTPS certificate using the instructions in Update HTTPS Certificate.

GX_HTTPS_PORT

HTTPS Port

443

 

GX_DNS_SERVER

 

0.0.0.0

This is a legacy option that has no effect.

GX_EVENT_PRIMARY_ADAPTOR_1

 

0

This option is not used.

GX_EVENT_SECONDARY_ADAPTOR_1

 

2147483647

This option is not used.

GX_EVENT_PRIMARY_ADAPTOR_2

 

0

This option is not used.

GX_EVENT_SECONDARY_ADAPTOR_2

 

2147483647

This option is not used.

GX_EVENT_PRIMARY_ADAPTOR_3

 

0

This option is not used.

GX_EVENT_SECONDARY_ADAPTOR_3

 

2147483647

This option is not used.

NIC1_TYPE

Adaptor - Onboard Ethernet

0

The NIC1 settings are used to configure the ethernet network connection.

NIC1_ENABLE

Enable Onboard Ethernet

1

 

NIC1_DHCP_ENABLE

Enable DHCP

0

NIC1_IP

IP Address

192.168.1.2

 

NIC1_SUBNET

Subnet Mask

255.255.255.0

 

NIC1_GATEWAY

Default Gateway

192.168.1.254

 

NIC1_DNS

DNS Server

192.168.1.254

 

NIC1_DDNS_ENABLE

Enable DDNS

0

 

NIC1_DDNS_SERVER

DDNS Server

dynupdate.no-ip.com

 

NIC1_DDNS_USERNAME

DDNS Username

admin

 

NIC1_DDNS_PASSWORD

DDNS Password

**********

 

NIC1_DDNS_HOSTNAME

Controller Hostname

GXCtrlLAN.ddns.net

 

NIC1_FIREWALL_ENABLE

 

1

 

NIC1_FIREWALL_OPTIONS

 

1

 

NIC2_TYPE

 

1

The NIC2 settings are used to configure the USB ethernet connection.

Some legacy controllers have an onboard 3G cellular connection. If this is available, the NIC2 settings will be used for this interface.

NIC2_ENABLE

Enable USB Ethernet

0

 

NIC2_DHCP_ENABLE

 

0

 

NIC2_IP

IP Address

0.0.0.0

 

NIC2_SUBNET

 

0.0.0.0

 

NIC2_GATEWAY

 

0.0.0.0

 

NIC2_DNS

 

0.0.0.0

 

NIC2_DDNS_ENABLE

Enable DDNS

0

 

NIC2_DDNS_SERVER

DDNS Server

 

 

NIC2_DDNS_USERNAME

DDNS Username

 

 

NIC2_DDNS_PASSWORD

DDNS Password

**********

 

NIC2_DDNS_HOSTNAME

Controller Hostname

 

 

NIC2_FIREWALL_ENABLE

 

1

 

NIC2_FIREWALL_OPTIONS

 

0

 

NIC3_TYPE

 

2

The NIC3 settings are reserved for future use with a third network interface.

NIC3_ENABLE

 

0

 

NIC3_DHCP_ENABLE

 

0

 

NIC3_IP

 

0.0.0.0

 

NIC3_SUBNET

 

0.0.0.0

 

NIC3_GATEWAY

 

0.0.0.0

 

NIC3_DNS

 

0.0.0.0

 

NIC3_DDNS_ENABLE

 

0

 

NIC3_DDNS_SERVER

 

 

 

NIC3_DDNS_USERNAME

 

 

 

NIC3_DDNS_PASSWORD

 

**********

 

NIC3_DDNS_HOSTNAME

 

 

 

NIC3_FIREWALL_ENABLE

 

1

 

NIC3_FIREWALL_OPTIONS

 

0